home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mc51bugs / q40247 < prev   
Text File  |  1989-01-11  |  733b  |  24 lines

  1. Q40247 Incorrect Initialization of huge Array over 64K
  2. Microsoft C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.  
  8. When initializing the elements of an array declared as huge, which is
  9. larger than 64K bytes in size, the compiler does not initialize it
  10. uniformly. The first element contains the specified initializer, but
  11. the following elements are all nulls (ASCII zeros) until after the
  12. 64K-byte segment bound.
  13.  
  14. After the segment bound, the array once again contains the elements
  15. specified for initialization.
  16.  
  17. Microsoft has confirmed this to be a problem in Version 5.10. We are
  18. researching this problem and will post new information as it becomes
  19. available.
  20.  
  21.  
  22. Keywords:  buglist5.10
  23. Updated  89/01/12 07:37
  24.